DataSource FILE
The File DataSource oversees file and folder management within a locally mounted file system, offering the following key features:
- Support for essential file operations: create directories, read, write, copy, move, rename, delete, and list files.
- Capability to lock files for exclusive access.
- Functionality for file matching.
- A design that aligns consistently with the FTP DataSource and SFTP DataSource.
Engaging in Practical Implementation
Open new Project in QuickIntegration Platform, and then follow these steps to get your flow working
- Click On the Connection Properties
- Select the DataSource Type from drop down
- Provide the Credentials
- Click on Submit to save the Credentials
- On the left side of the palette, you'll find the Configured Properties ready to be utilized within your API.

Fields | Description | Example |
---|---|---|
DataSource Name | Datasource Name which is configured in connections properties | fileds |
DataSource Type | FILE | FILE |
Environment | Provides a production environment where you can deploy applications and APIs publicly | dev |
Connection Timeout | Time period allowed for establishing a connection to the server | 60000 (ms) |
Read Timeout | Time period allowed for receiving a response from the server after the request is sent | 60000 (ms) |
Bucket Name | Unique identifier for a storage container in Amazon S3 | <bucket-name> |
Region | Geographical location where Amazon S3 resources are hosted | <region> |
Access Key | Identifier used to authenticate requests to Amazon S3 | <access-key> |
Secret Key | Confidential credential used in conjunction with the access key to sign requests to Amazon S3 | <secret-key> |